Release 10.1A: OpenEdge Data Management:
Database Administration
Performing an online full backup with PROBKUP
To perform an online, full backup, run PROBKUP from the operating system prompt using the following command syntax:
UNIX full backup example
The database administrator of Company X’s development department performs a full backup of the
devel.dbdatabase every Friday on 9-track tapes. The DBA prepares the backup media according to the operating system documentation, then performs a full online backup of thedevel.db.
![]()
To perform a full online backup of
devel.db:
- Verify that the database is not in use by entering the following command:
- Enter the following command to perform a full online database backup:
The command,
develidentifies the name of the database you are backing up;onlinespecifies that the backup is an online backup;/dev/rrm/0mspecifies the output destination is a tape drive;-vs 35indicates that the volume size in database blocks is 35;-bf 20specifies that the blocking factor is 20; and-verbosedisplays information at 10-second intervals during the backup. If you do not specify the volume size, PROBKUP fills the entire tape before prompting you for a new tape.As the full offline backup of
devel.dbbegins, the following report appears:
The number of backup blocks is the number of -
bfunits written to the tape. Backup blocks contain data, primary recovery, and error-correction blocks.This example backs up a very small database. Using the -
redparameter on a larger database increases the amount of time and backup media required for the backup. Also, PROBKUP displays the number of blocks and the amount of backup required for an uncompressed database because you cannot specify the -scanparameter for an online backup.Note: If you enable after-imaging, OpenEdge automatically switches AI extents before beginning an online backup.- If you enable after-imaging, back up the AI files to a separate tape or disk using a UNIX backup utility.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |